home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / ACTRESS.DIR / 00069_prev,up.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  316 b   |  15 lines

  1. on mouseDown
  2.   global selectedvideonum
  3.   eracemenudownbutton()
  4.   if button() then
  5.     if selectedvideonum contains "QT" then
  6.       set gomarker to char 3 to 4 of item 1 of selectedvideonum
  7.     else
  8.       set gomarker to selectedvideonum
  9.     end if
  10.     set videopage to 1
  11.     go(gomarker)
  12.   end if
  13.   onairdisp(1)
  14. end
  15.